Function |raw_command
process/command::|raw_command
Usage
|raw_command(line)
Parameters
↳ line: string
Return
↴ Option<Command>
Parse a single shell-quoted command line into a Command.
Returns None if line cannot be parsed as a valid shell command (e.g. unmatched quotes).